coldplug: remove duplicated include
authorGabor Juhos <[email protected]>
Tue, 10 Sep 2013 14:56:11 +0000 (16:56 +0200)
committerJohn Crispin <[email protected]>
Fri, 13 Sep 2013 15:37:26 +0000 (17:37 +0200)
The unistd.h header is inluded twice.

Signed-off-by: Gabor Juhos <[email protected]>
coldplug.c

index b8c0eaf1c2c5678f14319213791cedb68bea162e..71b09f0f1ae91e93c3944bb24a58039666021669 100644 (file)
@@ -16,7 +16,6 @@
 #include <sys/types.h>
 #include <sys/mount.h>
 
-#include <unistd.h>
 #include <unistd.h>
 
 #include "procd.h"